home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 215
- Top = 108
- Width = 555
- Height = 395
- Caption = 'Form1'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Menu = MainMenu
- PixelsPerInch = 96
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- TextHeight = 16
- object Panel1: TPanel
- Left = 0
- Top = 330
- Width = 547
- Height = 19
- Align = alBottom
- Alignment = taLeftJustify
- BevelInner = bvLowered
- BevelOuter = bvNone
- TabOrder = 0
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 547
- Height = 33
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 1
- object Edit1: TEdit
- Left = 190
- Top = 4
- Width = 337
- Height = 24
- TabStop = False
- ReadOnly = True
- TabOrder = 0
- end
- object Reload: TButton
- Left = 10
- Top = 4
- Width = 59
- Height = 24
- Caption = '&Reload'
- Enabled = False
- TabOrder = 1
- OnClick = ReloadClick
- end
- object BackButton: TButton
- Left = 69
- Top = 4
- Width = 59
- Height = 24
- Caption = '&Back'
- Enabled = False
- TabOrder = 2
- OnClick = FwdBackClick
- end
- object FwdButton: TButton
- Left = 128
- Top = 4
- Width = 59
- Height = 24
- Caption = '&Forward'
- Enabled = False
- TabOrder = 3
- OnClick = FwdBackClick
- end
- end
- object Panel3: TPanel
- Left = 0
- Top = 33
- Width = 547
- Height = 297
- Align = alClient
- BevelInner = bvLowered
- BevelOuter = bvNone
- Caption = 'Panel3'
- TabOrder = 2
- object Viewer: THTMLViewer
- Left = 1
- Top = 1
- Width = 545
- Height = 295
- OnHotSpotCovered = HotSpotChange
- OnHotSpotClick = HotSpotClick
- OnHistoryChange = HistoryChange
- ViewImages = False
- TabStop = True
- TabOrder = 0
- Align = alClient
- BorderStyle = bsNone
- HistoryMaxCount = 6
- end
- end
- object OpenDialog: TOpenDialog
- DefaultExt = 'htm'
- Filter = 'html files|*.htm|all files|*.*'
- Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
- Left = 393
- Top = 2
- end
- object MainMenu: TMainMenu
- Left = 355
- Top = 3
- object File1: TMenuItem
- Caption = '&File'
- object Open: TMenuItem
- Caption = '&Open'
- OnClick = OpenFileClick
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object Exit: TMenuItem
- Caption = 'E&xit'
- OnClick = ExitClick
- end
- end
- object options1: TMenuItem
- Caption = '&Options'
- object ShowImages: TMenuItem
- Caption = '&Show images'
- OnClick = ShowImagesClick
- end
- object Background1: TMenuItem
- Caption = '&Background'
- object clBtnFace1: TMenuItem
- Caption = 'clBtnFace'
- OnClick = ColorClick
- end
- object clWindow1: TMenuItem
- Caption = 'clWindow'
- OnClick = ColorClick
- end
- end
- end
- object HistoryMenuItem: TMenuItem
- Caption = '&History'
- Visible = False
- end
- end
- end
-